DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / ExecuteNonQueryAsync Method

In This Topic
    ExecuteNonQueryAsync Method (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with System.Threading.CancellationToken.None.
    Overload List
    OverloadDescription
    An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with System.Threading.CancellationToken.None.  
    (Inherited from System.Data.Common.DbCommand)
    See Also